programming:c:function ispunctWhat links here?

Description

The ispunct() function tests for any printing character that is neither the space character nor a character for which programming c:function isalnum is true.

The behavior of the ispunct() function is affected by the current locale. To modify the behavior, change the LC_CTYPE category in setlocale(), that is, setlocale(LC_CTYPE, newlocale). In the C locale or in a locale where character type information is not defined, characters are classified according to the rules of the U.S. ASCII 7-bit coded character set.

Parameters



Return Values

The ispunct() function returns non-zero for true and zero for false. If the parameter is not in the domain of the function, the return result is undefined.
programming:c:function ispunct
filename:programming:c:function ispunct
filename:programming%3Ac%3Afunction%20ispunct
last edit:April 07 2009 23:27:28 (5506 days ago)
ct = 1714955355.000000 = May 05 2024 20:29:15
ft = 1239161248.000000 = April 07 2009 23:27:28
dt = 475794107.000000